home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-12-11 | 743 b | 56 lines | [THED/THTH] |
- |
- | RA¬
- | Variable window example
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "After you run this program,!"
- "play with the 'Variables' window."
- #A;
- "Processing LONGS!"
- 25 A:
- (A. A.: A. 1 - A: A. ~) | longints
- "Processing REALS!"
- 25 A: 25.0 A:í
- (A.í A.:í A. ~ A. 1 - A: A.í 1.0 -í A:í ) | reals
- #F;
- "Processing a few STRINGS!"
- áthisá Aá╢
- áisá Bá╢
- áaá Cá╢
- ástringá Dá╢
- "ALL DONE.!"
-
- $
- &F 1 A: #B; `
- &B 2 A: #C; `
- &C 3 A: #D; `
- &D 4 A: #E; `
- &E 5 A: `
- &A
- "!!Hit any key: " ?ñ ╡ @`
- |
- | RA title routine
- |
- &M
- #P,5,5;
- #G,10,10;
- #L,225,10;
- #L,225,105;
- #L,10,105;
- #L,10,10;
- #O; #Q; `
-
- &G 1% 2% Ñ0A893╝ª `
- &L 1% 2% Ñ0A891╝ª `
- &O
- 40 100 ╜
- "RA¬"
- 60 40 ╜
- "⌐ 1986/7 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
- &P 1% 2% Ñ0A89B╝ª `
- &Q ?ñ @ ╡`
- $